Remove stray newline in gopal help text.
authorrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Mon, 6 Apr 2009 13:34:44 +0000 (13:34 +0000)
committerrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Mon, 6 Apr 2009 13:34:44 +0000 (13:34 +0000)
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3646 f51c46e8-681c-474f-0cfe-069cfd0219fb

gpsbabel/gopal.c

index 92d46e05d8a6842f4a9ebac4ab09052ee0d24390..b4786c224fdf5a53f1fd6af70bea7729f94a31d8 100644 (file)
@@ -73,7 +73,7 @@ static
 arglist_t gopal_args[] = {
        {"date", &optdate, "Complete date-free tracks with given date (YYYYMMDD).", NULL, ARGTYPE_INT, ARG_NOMINMAX },
        {"maxspeed", &optmaxspeed, "The maximum speed (km/h) traveling from waypoint to waypoint.", "200", ARGTYPE_INT, "1", "1000" },
-       {"minspeed", &optminspeed, "The minimum speed (km/h) traveling from waypoint to waypoint.\nset >0 to remove duplicate waypoints", "0", ARGTYPE_INT, "0", "999" },
+       {"minspeed", &optminspeed, "The minimum speed (km/h) traveling from waypoint to waypoint. Set >0 to remove duplicate waypoints", "0", ARGTYPE_INT, "0", "999" },
        {"clean", &optclean, "Cleanup common errors in trackdata", "1", ARGTYPE_BOOL, ARG_NOMINMAX },
        ARG_TERMINATOR
 };